home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 396
- Top = 109
- Width = 361
- Height = 276
- AutoSize = True
- Caption = 'G3S Import Utility'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 0
- Top = 0
- Width = 353
- Height = 249
- Caption = 'g3s Import'
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 62
- Width = 33
- Height = 13
- Caption = 'g3s file'
- end
- object Label2: TLabel
- Left = 8
- Top = 26
- Width = 50
- Height = 13
- Caption = 'Source file'
- end
- object SourceButton: TButton
- Left = 320
- Top = 24
- Width = 25
- Height = 25
- Caption = '...'
- TabOrder = 0
- OnClick = SourceButtonClick
- end
- object SourceFileEdit: TEdit
- Left = 64
- Top = 24
- Width = 257
- Height = 21
- ReadOnly = True
- TabOrder = 1
- end
- object G3SButton: TButton
- Left = 320
- Top = 56
- Width = 25
- Height = 25
- Caption = '...'
- TabOrder = 2
- OnClick = G3SButtonClick
- end
- object g3sFileEdit: TEdit
- Left = 64
- Top = 56
- Width = 257
- Height = 21
- ReadOnly = True
- TabOrder = 3
- end
- object InfoMemo: TMemo
- Left = 64
- Top = 120
- Width = 281
- Height = 121
- ReadOnly = True
- TabOrder = 4
- end
- object ImportButton: TButton
- Left = 64
- Top = 88
- Width = 281
- Height = 25
- Caption = 'Import'
- TabOrder = 5
- OnClick = ImportButtonClick
- end
- end
- object OpenDialog: TOpenDialog
- Filter = '3D Studio Max (*.3ds)|*.3ds'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 8
- Top = 160
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'g3s'
- Filter = 'GenesisII 3D model (*.g3s)|*.g3s'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- Left = 8
- Top = 192
- end
- end
-